From: Eli Zaretskii Date: Wed, 14 Feb 2024 03:24:36 +0000 (+0200) Subject: ; * lisp/progmodes/elisp-mode.el (emacs-lisp-native-compile): Fix typo. X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~14^2~18^2~2551 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=b54db9c9ac7599fc84f108eb6f469e2af4834bed;p=emacs.git ; * lisp/progmodes/elisp-mode.el (emacs-lisp-native-compile): Fix typo. --- diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 4e0e7552f8e..e0c18214ef7 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -233,7 +233,7 @@ visited by the current buffer." (byte-to-native-output-buffer-file nil) (eln (native-compile buffer-file-name))) (when eln - (comp-write--bytecode-file eln)))) + (comp--write-bytecode-file eln)))) (defun emacs-lisp-native-compile-and-load () "Native-compile the current buffer's file (if it has changed), then load it.